home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-hubmib-mau-00.txt < prev    next >
Text File  |  1993-03-21  |  59KB  |  1,855 lines

  1.  
  2.  
  3.           Internet Draft          802.3 MAU MIB             3 March 1993
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                          Definitions of Managed Objects
  11.                   for IEEE 802.3 Medium Attachment Units (MAUs)
  12.  
  13.  
  14.  
  15.                                    3 March 1993
  16.  
  17.  
  18.  
  19.                                   Donna McMaster
  20.                           SynOptics Communications, Inc.
  21.                               mcmaster@synoptics.com
  22.  
  23.  
  24.                                  Keith McCloghrie
  25.                              Hughes LAN Systems, Inc.
  26.                                    kzm@hls.com
  27.  
  28.  
  29.                                    Sam Roberts
  30.                              Farallon Computing, Inc.
  31.                               sroberts@farallon.com
  32.  
  33.  
  34.  
  35.  
  36.           1.  Abstract
  37.  
  38.           This document defines an experimental portion of the
  39.           Management Information Base (MIB) for use with network
  40.           management protocols in TCP/IP-based internets.  In
  41.           particular, it defines objects for managing IEEE 802.3 Medium
  42.           Attachment Units (MAUs).
  43.  
  44.           2.  Status of this Memo
  45.  
  46.           This document is an Internet Draft.  Internet Drafts are
  47.           working documents of the Internet Engineering Task Force
  48.           (IETF), its Areas, and its Working Groups.  Note that other
  49.           groups may also distribute working documents as Internet
  50.           Drafts.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.                                      [Page 1]   Expires 3 September 1993
  57.  
  58.  
  59.  
  60.  
  61.           Internet Draft          802.3 MAU MIB             3 March 1993
  62.  
  63.  
  64.           Internet Drafts are draft documents valid for a maximum of six
  65.           months.  Internet Drafts may be updated, replaced, or
  66.           obsoleted by other documents at any time.  It is not
  67.           appropriate to use Internet Drafts as reference material or to
  68.           cite them other than as a "working draft" or "work in
  69.           progress."
  70.  
  71.           Please check the I-D abstract listing contained in each
  72.           Internet Draft directory to learn the current status of this
  73.           or any other Internet Draft.
  74.  
  75.           This document, when finalized, will be submitted to the RFC
  76.           editor as an extension to the SNMP MIB.  Distribution of this
  77.           document is unlimited.  Please send comments to Donna McMaster
  78.           (mcmaster@synoptics.com), Keith McCloghrie (kzm@hls.com), and
  79.           Sam Roberts (sroberts@farallon.com).
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.                                      [Page 2]   Expires 3 September 1993
  115.  
  116.  
  117.  
  118.  
  119.           Internet Draft          802.3 MAU MIB             3 March 1993
  120.  
  121.  
  122.           3.  Management Framework
  123.  
  124.           The Internet-standard Network Management Framework consists of
  125.           three components.  They are:
  126.  
  127.                STD 16/RFC 1155 [1] which defines the SMI, the mechanisms
  128.                used for describing and naming objects for the purpose of
  129.                management.  STD 16/RFC 1212 [7] defines a more concise
  130.                description mechanism, which is wholly consistent with
  131.                the SMI.
  132.  
  133.                RFC 1156 [2] which defines MIB-I, the core set of managed
  134.                objects for the Internet suite of protocols.  STD 17/RFC
  135.                1213 [4] defines MIB-II, an evolution of MIB-I based on
  136.                implementation experience and new operational
  137.                requirements.
  138.  
  139.                STD 15/RFC 1157 [3] which defines the SNMP, the protocol
  140.                used for network access to managed objects.
  141.  
  142.           The Framework permits new objects to be defined for the
  143.           purpose of experimentation and evaluation.
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.                                      [Page 3]   Expires 3 September 1993
  173.  
  174.  
  175.  
  176.  
  177.           Internet Draft          802.3 MAU MIB             3 March 1993
  178.  
  179.  
  180.           4.  Objects
  181.  
  182.           Managed objects are accessed via a virtual information store,
  183.           termed the Management Information Base or MIB.  Objects in the
  184.           MIB are defined using the subset of Abstract Syntax Notation
  185.           One (ASN.1) [5] defined in the SMI.  In particular, each
  186.           object has a name, a syntax, and an encoding.  The name is an
  187.           object identifier, an administratively assigned name, which
  188.           specifies an object type.  The object type together with an
  189.           object instance serves to uniquely identify a specific
  190.           instantiation of the object.  For human convenience, we often
  191.           use a textual string, termed the OBJECT DESCRIPTOR, to also
  192.           refer to the object type.
  193.  
  194.           The syntax of an object type defines the abstract data
  195.           structure corresponding to that object type.  The ASN.1
  196.           language is used for this purpose.  However, the SMI [1]
  197.           purposely restricts the ASN.1 constructs which may be used.
  198.           These restrictions are explicitly made for simplicity.
  199.  
  200.           The encoding of an object type is simply how that object type
  201.           is represented using the object type's syntax.  Implicitly
  202.           tied to the notion of an object type's syntax and encoding is
  203.           how the object type is represented when being transmitted on
  204.           the network.
  205.  
  206.           The SMI specifies the use of the basic encoding rules of ASN.1
  207.           [6], subject to the additional requirements imposed by the
  208.           SNMP.
  209.  
  210.           4.1.  Format of Definitions
  211.  
  212.           Section 6 contains the specification of all object types
  213.           contained in this MIB module.  The object types are defined
  214.           using the conventions defined in the SMI, as amended by the
  215.           extensions specified in [9,10].
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.                                      [Page 4]   Expires 3 September 1993
  231.  
  232.  
  233.  
  234.  
  235.           Internet Draft          802.3 MAU MIB             3 March 1993
  236.  
  237.  
  238.           5.  Overview
  239.  
  240.           Instances of the object types defined in this document
  241.           represent attributes of an IEEE 802.3 MAU.  Several types of
  242.           MAUs are defined in the IEEE 802.3/ISO 8802-3 CSMA/CD standard
  243.           [9].
  244.  
  245.           These MAUs may be connected to IEEE 802.3 repeaters or to
  246.           802.3 (Ethernet-like) interfaces.  For convenience this
  247.           document refers to these devices as "repeater MAUs" and
  248.           "interface MAUs."
  249.  
  250.           The definitions presented here are based on Draft 5 of Section
  251.           20 of IEEE P802.3p, "Layer Management for 10 Mb/s Medium
  252.           Attachment Units (MAUs), Section 20" [10] dated 11 July 1992.
  253.  
  254.           5.1.  Terminology
  255.  
  256.           Refer to Section 3.1.2 of [13] for simple definitions of the
  257.           terms "repeater," "port," and "MAU" as used in the context of
  258.           this document.  For a more complete and precise definition of
  259.           these terms, refer to Section 9 of [9].
  260.  
  261.           5.2.  Structure of MIB
  262.  
  263.           Objects in this MIB are arranged into MIB groups.  Each MIB
  264.           group is organized as a set of related objects.
  265.  
  266.           5.2.1.  The Repeater MAU Basic Group Definitions
  267.  
  268.           This group contains all repeater MAU-related configuration,
  269.           status, and control objects.  Implementation of the
  270.           rpMauBasicGroup is mandatory for MAUs attached to repeaters.
  271.  
  272.           5.2.2.  The Interface MAU Basic Group Definitions
  273.  
  274.           This group contains all interface MAU-related configuration,
  275.           status, and control objects.  Implementation of the
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.                                      [Page 5]   Expires 3 September 1993
  289.  
  290.  
  291.  
  292.  
  293.           Internet Draft          802.3 MAU MIB             3 March 1993
  294.  
  295.  
  296.           ifMauBasicGroup is mandatory for MAUs attached to interfaces.
  297.  
  298.           5.2.3.  The Broadband MAU Basic Group Definitions
  299.  
  300.           This group contains all broadband-specific MAU-related
  301.           configuration objects.  Implementation of the
  302.           broadMauBasicGroup is mandatory for 10BROAD36 MAUs, and is not
  303.           appropriate for other types of MAUs.
  304.  
  305.           5.3.  Relationship to Other MIBs
  306.  
  307.           It is assumed that an agent implementing this MIB will also
  308.           implement (at least) the 'system' group defined in MIB-II [4].
  309.           The following sections identify other MIBs that such an agent
  310.           should implement.
  311.  
  312.           5.3.1.  Relationship to the 'system' group
  313.  
  314.           In MIB-II, the 'system' group is defined as being mandatory
  315.           for all systems such that each managed entity contains one
  316.           instance of each object in the 'system' group.  Thus, those
  317.           objects apply to the entity even if the entity's sole
  318.           functionality is management of a MAU.
  319.  
  320.           5.3.2.  Relationship to the 'interfaces' group
  321.  
  322.           The sections of this document that define interface MAU-
  323.           related objects specify an extension to the 'interfaces' group
  324.           of MIB-II [4].  An agent implementing these interface-MAU
  325.           related objects must also implement the 'interfaces' group of
  326.           MIB-II.  The value of 'ifMauIfIndex' used to instantiate an
  327.           interface-MAU variable shall be the same as the value of
  328.           'ifIndex' used to instantiate the interface to which the given
  329.           MAU is connected.
  330.  
  331.           It is expected that an agent implementing the interface-MAU
  332.           related objects in this MIB will also implement the Extensions
  333.           to the Generic Interface MIB [11] and the Ethernet-like
  334.           Interfaces MIB [12].
  335.  
  336.           (Note that repeater ports are not represented as interfaces in
  337.           the sense of MIB-II's 'interfaces' group.  See section 3.4.2
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.                                      [Page 6]   Expires 3 September 1993
  347.  
  348.  
  349.  
  350.  
  351.           Internet Draft          802.3 MAU MIB             3 March 1993
  352.  
  353.  
  354.           of the repeater MIB [13] for more details.)
  355.  
  356.           5.3.3.  Relationship to the 802.3 Repeater MIB
  357.  
  358.           The section of this document that defines repeater MAU-related
  359.           objects specifies an extension to the 802.3 Repeater MIB
  360.           defined in [13].  An agent implementing these repeater-MAU
  361.           related objects must also implement the 802.3 Repeater MIB.
  362.  
  363.           The values of 'rpMauGroupIndex' and 'rpMauPortIndex' used to
  364.           instantiate a repeater MAU variable shall be the same as the
  365.           values of 'rptrPortGroupIndex' and 'rptrPortIndex' used to
  366.           instantiate the port to which the given MAU is connected.
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.                                      [Page 7]   Expires 3 September 1993
  405.  
  406.  
  407.  
  408.  
  409.           Internet Draft          802.3 MAU MIB             3 March 1993
  410.  
  411.  
  412.           6.  Definitions
  413.  
  414.  
  415.           SNMP-MAU-MIB DEFINITIONS ::= BEGIN
  416.  
  417.  
  418.           IMPORTS
  419.               experimental, Counter               FROM RFC1155-SMI
  420.               OBJECT-TYPE                         FROM RFC-1212
  421.               TRAP-TYPE                           FROM RFC-1215;
  422.  
  423.  
  424.           snmpDot3MauMgt OBJECT IDENTIFIER ::= { experimental 35 }
  425.  
  426.  
  427.           --                      References
  428.           --
  429.           -- The following references are used throughout this MIB:
  430.           --
  431.           -- [RFC 1213]
  432.           --    refers to K. McCloghrie and M.T. Rose (editors),
  433.           --    Management Information Base for Network Management of
  434.           --    TCP/IP-based internets:  MIB-II, Internet Working
  435.           --    Group Request for Comments 1213.  Network Information
  436.           --    Center, SRI International, Menlo Park, California,
  437.           --    (March, 1991).
  438.           --
  439.           -- [RFC 1368]
  440.           --    refers to D. McMaster and K. McCloghrie (editors),
  441.           --    Definitions of Managed Objects for IEEE 802.3 Repeater
  442.           --    Devices, Internet Working Group Request for Comments
  443.           --    1368.  Network Information Center, SRI International,
  444.           --    Menlo Park, California, (October, 1992).
  445.           --
  446.           -- [IEEE 802.3 MAU Mgt]
  447.           --    refers to IEEE P802.3p, 'Layer Management for 10 Mb/s
  448.           --    Medium Access Unit (MAUs), Section 20,' Draft Supplement
  449.           --    to ANSI/IEEE 802.3, (Draft 5, July 11, 1992).
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.                                      [Page 8]   Expires 3 September 1993
  463.  
  464.  
  465.  
  466.  
  467.           Internet Draft          802.3 MAU MIB             3 March 1993
  468.  
  469.  
  470.           --                      MIB Groups
  471.           --
  472.           --   The rpMauBasicGroup is mandatory for MAUs attached to
  473.           --     repeaters.
  474.           --   The ifMauBasicGroup is mandatory for MAUs attached to
  475.           --     DTEs (interfaces).
  476.           --   The broadMauBasicGroup is mandatory for broadband MAUs
  477.           --     attached to DTEs.
  478.  
  479.  
  480.           dot3RpMauBasicGroup
  481.               OBJECT IDENTIFIER ::= { snmpDot3MauMgt 1 }
  482.           dot3IfMauBasicGroup
  483.               OBJECT IDENTIFIER ::= { snmpDot3MauMgt 2 }
  484.           dot3BroadMauBasicGroup
  485.               OBJECT IDENTIFIER ::= { snmpDot3MauMgt 3 }
  486.  
  487.  
  488.           -- object identifiers for MAU types
  489.           --  (see rpMauType and ifMauType for usage)
  490.           dot3MauType
  491.               OBJECT IDENTIFIER ::= { snmpDot3MauMgt 4 }
  492.           dot3MauTypeAUI        -- no internal MAU, view from AUI
  493.               OBJECT IDENTIFIER ::= { dot3MauType 1 }
  494.           dot3MauType10Base5    -- thick coax MAU (per 802.3 section 8)
  495.               OBJECT IDENTIFIER ::= { dot3MauType 2 }
  496.           dot3MauTypeFoirl      -- FOIRL MAU (per 802.3 section 9.9)
  497.               OBJECT IDENTIFIER ::= { dot3MauType 3 }
  498.           dot3MauType10Base2    -- thin coax MAU (per 802.3 section 10)
  499.               OBJECT IDENTIFIER ::= { dot3MauType 4 }
  500.           dot3MauType10BaseT    -- UTP MAU (per 802.3 section 14)
  501.               OBJECT IDENTIFIER ::= { dot3MauType 5 }
  502.           dot3MauType10BaseFP   -- passive fiber MAU (per 802.3 section 16)
  503.               OBJECT IDENTIFIER ::= { dot3MauType 6 }
  504.           dot3MauType10BaseFB   -- sync fiber MAU (per 802.3 section 17)
  505.               OBJECT IDENTIFIER ::= { dot3MauType 7 }
  506.           dot3MauType10BaseFL   -- async fiber MAU (per 802.3 section 18)
  507.               OBJECT IDENTIFIER ::= { dot3MauType 8 }
  508.           dot3MauType10Broad36  -- broadband DTE MAU (per 802.3 section 11)
  509.               -- note that 10BROAD36 MAUs can be attached to interfaces but
  510.               -- not to repeaters
  511.               OBJECT IDENTIFIER ::= { dot3MauType 9 }
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.                                      [Page 9]   Expires 3 September 1993
  521.  
  522.  
  523.  
  524.  
  525.           Internet Draft          802.3 MAU MIB             3 March 1993
  526.  
  527.  
  528.           --
  529.           --                    The Repeater MAU Basic Group
  530.           --
  531.           -- Implementation of the Repeater MAU Basic Group is mandatory
  532.           -- for MAUs attached to repeaters.
  533.  
  534.           --
  535.           -- The Basic Repeater MAU Table
  536.           --
  537.  
  538.           rpMauTable OBJECT-TYPE
  539.               SYNTAX    SEQUENCE OF RpMauEntry
  540.               ACCESS    not-accessible
  541.               STATUS    mandatory
  542.               DESCRIPTION
  543.                       "Table of descriptive and status information about
  544.                       the MAU(s) attached to the ports of a repeater."
  545.               ::= { dot3RpMauBasicGroup 1 }
  546.  
  547.           rpMauEntry OBJECT-TYPE
  548.               SYNTAX    RpMauEntry
  549.               ACCESS    not-accessible
  550.               STATUS    mandatory
  551.               DESCRIPTION
  552.                       "An entry in the table, containing information
  553.                       about a single MAU."
  554.               INDEX    { rpMauGroupIndex, rpMauPortIndex, rpMauIndex }
  555.               ::= { rpMauTable 1 }
  556.  
  557.           RpMauEntry ::=
  558.               SEQUENCE {
  559.                   rpMauGroupIndex
  560.                       INTEGER,
  561.                   rpMauPortIndex
  562.                       INTEGER,
  563.                   rpMauIndex
  564.                       INTEGER,
  565.                   rpMauType
  566.                       OBJECT IDENTIFIER,
  567.                   rpMauStatus
  568.                       INTEGER,
  569.                   rpMauMediaAvailable
  570.                       INTEGER,
  571.                   rpMauMediaAvailableChanges
  572.                       Counter,
  573.  
  574.  
  575.  
  576.  
  577.  
  578.                                     [Page 10]   Expires 3 September 1993
  579.  
  580.  
  581.  
  582.  
  583.           Internet Draft          802.3 MAU MIB             3 March 1993
  584.  
  585.  
  586.                   rpMauJabberState
  587.                       INTEGER,
  588.                   rpMauJabberStateChanges
  589.                       Counter
  590.               }
  591.  
  592.           rpMauGroupIndex OBJECT-TYPE
  593.               SYNTAX    INTEGER (1..1024)
  594.               ACCESS    read-only
  595.               STATUS    mandatory
  596.               DESCRIPTION
  597.                       "This variable uniquely identifies the repeater
  598.                       group containing the port to which the MAU
  599.                       described by this entry is connected."
  600.               REFERENCE
  601.                       "Reference RFC1368, rptrGroupIndex."
  602.               ::= { rpMauEntry 1 }
  603.  
  604.           rpMauPortIndex OBJECT-TYPE
  605.               SYNTAX    INTEGER (1..1024)
  606.               ACCESS    read-only
  607.               STATUS    mandatory
  608.               DESCRIPTION
  609.                       "This variable uniquely identifies the repeater
  610.                       port within group rpMauGroupIndex to which the MAU
  611.                       described by this entry is connected."
  612.               REFERENCE
  613.                       "Reference RFC 1368, rptrPortIndex."
  614.               ::= { rpMauEntry 2 }
  615.  
  616.           rpMauIndex OBJECT-TYPE
  617.               SYNTAX    INTEGER (1..9)
  618.               ACCESS    read-only
  619.               STATUS    mandatory
  620.               DESCRIPTION
  621.                       "This variable uniquely identifies the MAU
  622.                       connected to port rpMauPortIndex within group
  623.                       rpMauGroupIndex that is described by this entry."
  624.               REFERENCE
  625.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2, aMAUID."
  626.               ::= { rpMauEntry 3 }
  627.  
  628.           rpMauType OBJECT-TYPE
  629.               SYNTAX    OBJECT IDENTIFIER
  630.               ACCESS    read-only
  631.  
  632.  
  633.  
  634.  
  635.  
  636.                                     [Page 11]   Expires 3 September 1993
  637.  
  638.  
  639.  
  640.  
  641.           Internet Draft          802.3 MAU MIB             3 March 1993
  642.  
  643.  
  644.               STATUS    mandatory
  645.               DESCRIPTION
  646.                       "This object identifies the 10 Mb/s baseband MAU
  647.                       type.  An initial set of MAU types are defined
  648.                       above.  The assignment of OBJECT IDENTIFIERs to
  649.                       new types of MAUs is managed by the IANA.  If the
  650.                       MAU type is unknown, the object identifier
  651.  
  652.                           unknownMauType OBJECT IDENTIFIER ::= { 0 0 }
  653.  
  654.                       is returned.  Note that unknownMauType is a
  655.                       syntactically valid object identifier, and any
  656.                       conformant implementation of ASN.1 and the BER
  657.                       must be able to generate and recognize this
  658.                       value."
  659.               REFERENCE
  660.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  661.                       aMAUType."
  662.               ::= { rpMauEntry 4 }
  663.  
  664.           rpMauStatus OBJECT-TYPE
  665.               SYNTAX    INTEGER {
  666.                             other(1),
  667.                             unknown(2),
  668.                             operational(3),
  669.                             standby(4),
  670.                             shutdown(5),
  671.                             reset(6)
  672.                         }
  673.               ACCESS    read-write
  674.               STATUS    mandatory
  675.               DESCRIPTION
  676.                       "The current state of the MAU.  This object may be
  677.                       implemented as a read-only object by those agents
  678.                       and MAUs that do not implement software control of
  679.                       the MAU state.  Some agents may not support
  680.                       setting the value of this object to some of the
  681.                       enumerated values.
  682.  
  683.                       The value other(1) is returned if the MAU is in a
  684.                       state other than one of the states 2 through 6.
  685.  
  686.                       The value unknown(2) is returned when the MAU's
  687.                       true state is unknown; for example, when it is
  688.                       being initialized.
  689.  
  690.  
  691.  
  692.  
  693.  
  694.                                     [Page 12]   Expires 3 September 1993
  695.  
  696.  
  697.  
  698.  
  699.           Internet Draft          802.3 MAU MIB             3 March 1993
  700.  
  701.  
  702.                       A MAU in the operational(3) state is fully
  703.                       functional, operates, and passes signals to its
  704.                       attached DTE or repeater port in accordance to its
  705.                       specification.
  706.  
  707.                       A MAU in standby(4) state forces DI and CI and the
  708.                       media transmitter to idle.  Standby(4) mode only
  709.                       applies to link type MAUs.  The state of
  710.                       rpMauMediaAvailable is unaffected.
  711.  
  712.                       A MAU in shutdown(5) state assumes the same
  713.                       condition on DI, CI, and the media transmitter as
  714.                       though it were powered down.  The MAU may return
  715.                       other(1) value for the mauJabber and
  716.                       rpMauMediaAvailable objects when it is in this
  717.                       state.  For an AUI, this state will remove power
  718.                       from the AUI.
  719.  
  720.                       Setting this variable to the value reset(6) resets
  721.                       the MAU in the same manner as a power-off, power-
  722.                       on cycle of at least one-half second would.  The
  723.                       agent is not required to return the value reset
  724.                       (6).
  725.  
  726.                       Setting this variable to the value operational(3),
  727.                       standby(4), or shutdown(5) causes the MAU to
  728.                       assume the respective state except that setting a
  729.                       mixing-type MAU or an AUI to standby(4) will cause
  730.                       the MAU to enter the shutdown state."
  731.                   REFERENCE
  732.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  733.                       aMAUAdminState, and 20.2.3.3, acMAUAdminControl
  734.                       and acResetMAUAction."
  735.               ::= { rpMauEntry 5 }
  736.  
  737.           rpMauMediaAvailable OBJECT-TYPE
  738.               SYNTAX    INTEGER {
  739.                             other(1),
  740.                             unknown(2),
  741.                             available(3),
  742.                             notAvailable(4),
  743.                             remoteFault(5),
  744.                             invalidSignal(6)
  745.                         }
  746.               ACCESS    read-only
  747.  
  748.  
  749.  
  750.  
  751.  
  752.                                     [Page 13]   Expires 3 September 1993
  753.  
  754.  
  755.  
  756.  
  757.           Internet Draft          802.3 MAU MIB             3 March 1993
  758.  
  759.  
  760.               STATUS    mandatory
  761.               DESCRIPTION
  762.                       "If the MAU is a link or fiber type (FOIRL,
  763.                       10BASE-T, 10BASE-F) then this is equivalent to the
  764.                       link test fail state/low light function.  For an
  765.                       AUI or a coax (including broadband) MAU this
  766.                       indicates whether or not loopback is detected on
  767.                       the DI circuit.  The value of this attribute
  768.                       persists between packets for MAU types AUI,
  769.                       10BASE5, 10BASE2, 10BROAD36, and 10BASE-FP.
  770.  
  771.                       The value other(1) is returned if the
  772.                       mediaAvailable state is not one of 2 through 6.
  773.  
  774.                       The value unknown(2) is returned when the MAU's
  775.                       true state is unknown; for example, when it is
  776.                       being initialized.  At power-up or following a
  777.                       reset, the value of this attribute will be unknown
  778.                       for AUI, coax, and 10BASE-FP MAUs.  For these MAUs
  779.                       loopback will be tested on each transmission
  780.                       during which no collision is detected.  If DI is
  781.                       receiving input when DO returns to IDL after a
  782.                       transmission and there has been no collision
  783.                       during the transmission then loopback will be
  784.                       detected.  The value of this attribute will only
  785.                       change during non-collided transmissions for AUI,
  786.                       coax, and 10BASE-FP MAUs.
  787.  
  788.                       The value available(3) indicates that the link,
  789.                       light, or loopback is normal.  The value
  790.                       notAvailable(4) indicates link loss, low light, or
  791.                       no loopback.
  792.  
  793.                       The value remoteFault(5) indicates that a fault
  794.                       has been detected at the remote end of the link.
  795.                       The value invalidSignal(6) indicates that an
  796.                       invalid signal has been received from the other
  797.                       end of the link.  Both remoteFault(5) and
  798.                       invalidSignal(6) apply only to MAUs of type
  799.                       10BASE-FB."
  800.               REFERENCE
  801.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  802.                       aMediaAvailable."
  803.               ::= { rpMauEntry 6 }
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.                                     [Page 14]   Expires 3 September 1993
  811.  
  812.  
  813.  
  814.  
  815.           Internet Draft          802.3 MAU MIB             3 March 1993
  816.  
  817.  
  818.           rpMauMediaAvailableChanges OBJECT-TYPE
  819.               SYNTAX    Counter
  820.               ACCESS    read-only
  821.               STATUS    mandatory
  822.               DESCRIPTION
  823.                       "A count of the number of times that
  824.                       rpMauMediaAvailable for this MAU instance leaves
  825.                       the state available(3)."
  826.               REFERENCE
  827.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  828.                       lostMediaCount."
  829.               ::= { rpMauEntry 7 }
  830.  
  831.           rpMauJabberState OBJECT-TYPE
  832.               SYNTAX    INTEGER {
  833.                             other(1),
  834.                             unknown(2),
  835.                             noJabber(3),
  836.                             jabbering(4)
  837.                         }
  838.               ACCESS    read-only
  839.               STATUS    mandatory
  840.               DESCRIPTION
  841.                       "The value other(1) is returned if the jabber
  842.                       state is not 2, 3, or 4.  The agent must always
  843.                       return other(1) for MAU type dot3MauTypeAUI.
  844.  
  845.                       The value unknown(2) is returned when the MAU's
  846.                       true state is unknown; for example, when it is
  847.                       being initialized.
  848.  
  849.                       If the MAU is not jabbering the agent returns
  850.                       noJabber(3).  This is the 'normal' state.
  851.  
  852.                       If the MAU is in jabber state the agent returns
  853.                       the jabbering(4) value."
  854.               REFERENCE
  855.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  856.                       aJabber.jabberFlag."
  857.               ::= { rpMauEntry 8 }
  858.  
  859.           rpMauJabberStateChanges OBJECT-TYPE
  860.               SYNTAX    Counter
  861.               ACCESS    read-only
  862.               STATUS    mandatory
  863.  
  864.  
  865.  
  866.  
  867.  
  868.                                     [Page 15]   Expires 3 September 1993
  869.  
  870.  
  871.  
  872.  
  873.           Internet Draft          802.3 MAU MIB             3 March 1993
  874.  
  875.  
  876.               DESCRIPTION
  877.                       "A count of the number of times that
  878.                       rpMauJabberState for this MAU instance enters the
  879.                       state jabbering(4).  For a MAU of type
  880.                       dot3MauTypeAUI, this counter will always indicate
  881.                       zero."
  882.               REFERENCE
  883.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  884.                       aJabber.jabberCounter."
  885.               ::= { rpMauEntry 9 }
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.                                     [Page 16]   Expires 3 September 1993
  927.  
  928.  
  929.  
  930.  
  931.           Internet Draft          802.3 MAU MIB             3 March 1993
  932.  
  933.  
  934.           --
  935.           --                    The Interface MAU Basic Group
  936.           --
  937.           -- Implementation of the Interface MAU Basic Group is mandatory
  938.           -- for MAUs attached to DTEs (interfaces).
  939.  
  940.           --
  941.           -- The Basic Interface MAU Table
  942.           --
  943.  
  944.           ifMauTable OBJECT-TYPE
  945.               SYNTAX    SEQUENCE OF IfMauEntry
  946.               ACCESS    not-accessible
  947.               STATUS    mandatory
  948.               DESCRIPTION
  949.                       "Table of descriptive and status information about
  950.                       the MAU(s) attached to an interface."
  951.               ::= { dot3IfMauBasicGroup 1 }
  952.  
  953.           ifMauEntry OBJECT-TYPE
  954.               SYNTAX    IfMauEntry
  955.               ACCESS    not-accessible
  956.               STATUS    mandatory
  957.               DESCRIPTION
  958.                       "An entry in the table, containing information
  959.                       about a single MAU."
  960.               INDEX    { ifMauIfIndex, ifMauIndex }
  961.               ::= { ifMauTable 1 }
  962.  
  963.           IfMauEntry ::=
  964.               SEQUENCE {
  965.                   ifMauIfIndex
  966.                       INTEGER,
  967.                   ifMauIndex
  968.                       INTEGER,
  969.                   ifMauType
  970.                       OBJECT IDENTIFIER,
  971.                   ifMauStatus
  972.                       INTEGER,
  973.                   ifMauMediaAvailable
  974.                       INTEGER,
  975.                   ifMauMediaAvailableChanges
  976.                       Counter,
  977.                   ifMauJabberState
  978.                       INTEGER,
  979.  
  980.  
  981.  
  982.  
  983.  
  984.                                     [Page 17]   Expires 3 September 1993
  985.  
  986.  
  987.  
  988.  
  989.           Internet Draft          802.3 MAU MIB             3 March 1993
  990.  
  991.  
  992.                   ifMauJabberStateChanges
  993.                       Counter
  994.               }
  995.  
  996.           ifMauIfIndex OBJECT-TYPE
  997.               SYNTAX    INTEGER
  998.               ACCESS    read-only
  999.               STATUS    mandatory
  1000.               DESCRIPTION
  1001.                       "This variable uniquely identifies the interface
  1002.                       to which the MAU described by this entry is
  1003.                       connected."
  1004.               REFERENCE
  1005.                       "Reference RFC 1213, ifIndex."
  1006.               ::= { ifMauEntry 1 }
  1007.  
  1008.           ifMauIndex OBJECT-TYPE
  1009.               SYNTAX    INTEGER (1..9)
  1010.               ACCESS    read-only
  1011.               STATUS    mandatory
  1012.               DESCRIPTION
  1013.                       "This variable uniquely identifies the MAU
  1014.                       connected to interface ifMauIfIndex that is
  1015.                       described by this entry."
  1016.               REFERENCE
  1017.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2, aMAUID."
  1018.               ::= { ifMauEntry 2 }
  1019.  
  1020.           ifMauType OBJECT-TYPE
  1021.               SYNTAX    OBJECT IDENTIFIER
  1022.               ACCESS    read-only
  1023.               STATUS    mandatory
  1024.               DESCRIPTION
  1025.                       "This object identifies the 10 Mb/s baseband or
  1026.                       broadband MAU type.  An initial set of MAU types
  1027.                       are defined above.  The assignment of OBJECT
  1028.                       IDENTIFIERs to new types of MAUs is managed by the
  1029.                       IANA.  If the MAU type is unknown, the object
  1030.                       identifier
  1031.  
  1032.                           unknownMauType OBJECT IDENTIFIER ::= { 0 0 }
  1033.  
  1034.                       is returned.  Note that unknownMauType is a
  1035.                       syntactically valid object identifier, and any
  1036.                       conformant implementation of ASN.1 and the BER
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.                                     [Page 18]   Expires 3 September 1993
  1043.  
  1044.  
  1045.  
  1046.  
  1047.           Internet Draft          802.3 MAU MIB             3 March 1993
  1048.  
  1049.  
  1050.                       must be able to generate and recognize this
  1051.                       value."
  1052.               REFERENCE
  1053.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1054.                       aMAUType."
  1055.               ::= { ifMauEntry 3 }
  1056.  
  1057.           ifMauStatus OBJECT-TYPE
  1058.               SYNTAX    INTEGER {
  1059.                             other(1),
  1060.                             unknown(2),
  1061.                             operational(3),
  1062.                             standby(4),
  1063.                             shutdown(5),
  1064.                             reset(6)
  1065.                         }
  1066.               ACCESS    read-write
  1067.               STATUS    mandatory
  1068.               DESCRIPTION
  1069.                       "The current state of the MAU.  This object may be
  1070.                       implemented as a read-only object by those agents
  1071.                       and MAUs that do not implement software control of
  1072.                       the MAU state.  Some agents may not support
  1073.                       setting the value of this object to some of the
  1074.                       enumerated values.
  1075.  
  1076.                       The value other(1) is returned if the MAU is in a
  1077.                       state other than one of the states 2 through 6.
  1078.  
  1079.                       The value unknown(2) is returned when the MAU's
  1080.                       true state is unknown; for example, when it is
  1081.                       being initialized.
  1082.  
  1083.                       A MAU in the operational(3) state is fully
  1084.                       functional, operates, and passes signals to its
  1085.                       attached DTE or repeater port in accordance to its
  1086.                       specification.
  1087.  
  1088.                       A MAU in standby(4) state forces DI and CI and the
  1089.                       media transmitter to idle.  Standby(4) mode only
  1090.                       applies to link type MAUs.  The state of
  1091.                       ifMauMediaAvailable is unaffected.
  1092.  
  1093.                       A MAU in shutdown(5) state assumes the same
  1094.                       condition on DI, CI, and the media transmitter as
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.                                     [Page 19]   Expires 3 September 1993
  1101.  
  1102.  
  1103.  
  1104.  
  1105.           Internet Draft          802.3 MAU MIB             3 March 1993
  1106.  
  1107.  
  1108.                       though it were powered down.  The MAU may return
  1109.                       other(1) value for the mauJabber and
  1110.                       ifMauMediaAvailable objects when it is in this
  1111.                       state.  For an AUI, this state will remove power
  1112.                       from the AUI.
  1113.  
  1114.                       Setting this variable to the value reset(6) resets
  1115.                       the MAU in the same manner as a power-off, power-
  1116.                       on cycle of at least one-half second would.  The
  1117.                       agent is not required to return the value reset
  1118.                       (6).
  1119.  
  1120.                       Setting this variable to the value operational(3),
  1121.                       standby(4), or shutdown(5) causes the MAU to
  1122.                       assume the respective state except that setting a
  1123.                       mixing-type MAU or an AUI to standby(4) will cause
  1124.                       the MAU to enter the shutdown state."
  1125.                   REFERENCE
  1126.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1127.                       aMAUAdminState, and 20.2.3.3, acMAUAdminControl
  1128.                       and acResetMAUAction."
  1129.               ::= { ifMauEntry 4 }
  1130.  
  1131.           ifMauMediaAvailable OBJECT-TYPE
  1132.               SYNTAX    INTEGER {
  1133.                             other(1),
  1134.                             unknown(2),
  1135.                             available(3),
  1136.                             notAvailable(4),
  1137.                             remoteFault(5),
  1138.                             invalidSignal(6)
  1139.                         }
  1140.               ACCESS    read-only
  1141.               STATUS    mandatory
  1142.               DESCRIPTION
  1143.                       "If the MAU is a link or fiber type (FOIRL,
  1144.                       10BASE-T, 10BASE-F) then this is equivalent to the
  1145.                       link test fail state/low light function.  For an
  1146.                       AUI or a coax (including broadband) MAU this
  1147.                       indicates whether or not loopback is detected on
  1148.                       the DI circuit.  The value of this attribute
  1149.                       persists between packets for MAU types AUI,
  1150.                       10BASE5, 10BASE2, 10BROAD36, and 10BASE-FP.
  1151.  
  1152.                       The value other(1) is returned if the
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.                                     [Page 20]   Expires 3 September 1993
  1159.  
  1160.  
  1161.  
  1162.  
  1163.           Internet Draft          802.3 MAU MIB             3 March 1993
  1164.  
  1165.  
  1166.                       mediaAvailable state is not one of 2 through 6.
  1167.  
  1168.                       The value unknown(2) is returned when the MAU's
  1169.                       true state is unknown; for example, when it is
  1170.                       being initialized.  At power-up or following a
  1171.                       reset, the value of this attribute will be unknown
  1172.                       for AUI, coax, and 10BASE-FP MAUs.  For these MAUs
  1173.                       loopback will be tested on each transmission
  1174.                       during which no collision is detected.  If DI is
  1175.                       receiving input when DO returns to IDL after a
  1176.                       transmission and there has been no collision
  1177.                       during the transmission then loopback will be
  1178.                       detected.  The value of this attribute will only
  1179.                       change during non-collided transmissions for AUI,
  1180.                       coax, and 10BASE-FP MAUs.
  1181.  
  1182.                       The value available(3) indicates that the link,
  1183.                       light, or loopback is normal.  The value
  1184.                       notAvailable(4) indicates link loss, low light, or
  1185.                       no loopback.
  1186.  
  1187.                       The value remoteFault(5) indicates that a fault
  1188.                       has been detected at the remote end of the link.
  1189.                       The value invalidSignal(6) indicates that an
  1190.                       invalid signal has been received from the other
  1191.                       end of the link.  Both remoteFault(5) and
  1192.                       invalidSignal(6) apply only to MAUs of type
  1193.                       10BASE-FB."
  1194.               REFERENCE
  1195.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1196.                       aMediaAvailable."
  1197.               ::= { ifMauEntry 5 }
  1198.  
  1199.           ifMauMediaAvailableChanges OBJECT-TYPE
  1200.               SYNTAX    Counter
  1201.               ACCESS    read-only
  1202.               STATUS    mandatory
  1203.               DESCRIPTION
  1204.                       "A count of the number of times that
  1205.                       ifMauMediaAvailable for this MAU instance leaves
  1206.                       the state available(3)."
  1207.               REFERENCE
  1208.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1209.                       lostMediaCount."
  1210.               ::= { ifMauEntry 6 }
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.                                     [Page 21]   Expires 3 September 1993
  1217.  
  1218.  
  1219.  
  1220.  
  1221.           Internet Draft          802.3 MAU MIB             3 March 1993
  1222.  
  1223.  
  1224.           ifMauJabberState OBJECT-TYPE
  1225.               SYNTAX    INTEGER {
  1226.                             other(1),
  1227.                             unknown(2),
  1228.                             noJabber(3),
  1229.                             jabbering(4)
  1230.                         }
  1231.               ACCESS    read-only
  1232.               STATUS    mandatory
  1233.               DESCRIPTION
  1234.                       "The value other(1) is returned if the jabber
  1235.                       state is not 2, 3, or 4.  The agent must always
  1236.                       return other(1) for MAU type dot3MauTypeAUI.
  1237.  
  1238.                       The value unknown(2) is returned when the MAU's
  1239.                       true state is unknown; for example, when it is
  1240.                       being initialized.
  1241.  
  1242.                       If the MAU is not jabbering the agent returns
  1243.                       noJabber(3).  This is the 'normal' state.
  1244.  
  1245.                       If the MAU is in jabber state the agent returns
  1246.                       the jabbering(4) value."
  1247.               REFERENCE
  1248.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1249.                       aJabber.jabberFlag."
  1250.               ::= { ifMauEntry 7 }
  1251.  
  1252.           ifMauJabberStateChanges OBJECT-TYPE
  1253.               SYNTAX    Counter
  1254.               ACCESS    read-only
  1255.               STATUS    mandatory
  1256.               DESCRIPTION
  1257.                       "A count of the number of times that
  1258.                       ifMauJabberState for this MAU instance enters the
  1259.                       state jabbering(4).  For a MAU of type
  1260.                       dot3MauTypeAUI, this counter will always indicate
  1261.                       zero."
  1262.               REFERENCE
  1263.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1264.                       aJabber.jabberCounter."
  1265.               ::= { ifMauEntry 8 }
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.                                     [Page 22]   Expires 3 September 1993
  1275.  
  1276.  
  1277.  
  1278.  
  1279.           Internet Draft          802.3 MAU MIB             3 March 1993
  1280.  
  1281.  
  1282.           --
  1283.           --                    The Broadband MAU Basic Group
  1284.           --
  1285.           -- Implementation of the Broadband MAU Basic Group is mandatory
  1286.           -- for broadband MAUs attached to DTEs.
  1287.  
  1288.           --
  1289.           -- The Basic Broadband MAU Table
  1290.           --
  1291.  
  1292.           broadMauBasicTable OBJECT-TYPE
  1293.               SYNTAX    SEQUENCE OF BroadMauBasicEntry
  1294.               ACCESS    not-accessible
  1295.               STATUS    mandatory
  1296.               DESCRIPTION
  1297.                       "Table of descriptive and status information about
  1298.                       the broadband MAUs connected to interfaces."
  1299.               ::= { dot3BroadMauBasicGroup 1 }
  1300.  
  1301.           broadMauBasicEntry OBJECT-TYPE
  1302.               SYNTAX    BroadMauBasicEntry
  1303.               ACCESS    not-accessible
  1304.               STATUS    mandatory
  1305.               DESCRIPTION
  1306.                       "An entry in the table, containing information
  1307.                       about a single broadband MAU."
  1308.               INDEX    { broadMauIfIndex, broadMauIndex }
  1309.               ::= { broadMauBasicTable 1 }
  1310.  
  1311.           BroadMauBasicEntry ::=
  1312.               SEQUENCE {
  1313.                   broadMauIfIndex
  1314.                       INTEGER,
  1315.                   broadMauIndex
  1316.                       INTEGER,
  1317.                   broadMauXmtRcvSplitType
  1318.                       INTEGER,
  1319.                   broadMauXmtCarrierFreq
  1320.                       INTEGER,
  1321.                   broadMauTranslationFreq
  1322.                       INTEGER
  1323.               }
  1324.  
  1325.           broadMauIfIndex OBJECT-TYPE
  1326.               SYNTAX    INTEGER
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.                                     [Page 23]   Expires 3 September 1993
  1333.  
  1334.  
  1335.  
  1336.  
  1337.           Internet Draft          802.3 MAU MIB             3 March 1993
  1338.  
  1339.  
  1340.               ACCESS    read-only
  1341.               STATUS    mandatory
  1342.               DESCRIPTION
  1343.                       "This variable uniquely identifies the interface
  1344.                       to which the MAU described by this entry is
  1345.                       connected."
  1346.               REFERENCE
  1347.                       "Reference RFC 1213, ifIndex."
  1348.               ::= { broadMauBasicEntry 1 }
  1349.  
  1350.           broadMauIndex OBJECT-TYPE
  1351.               SYNTAX    INTEGER (1..9)
  1352.               ACCESS    read-only
  1353.               STATUS    mandatory
  1354.               DESCRIPTION
  1355.                       "This variable uniquely identifies the MAU
  1356.                       connected to interface broadMauIfIndex that is
  1357.                       described by this entry."
  1358.               REFERENCE
  1359.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2, aMAUID."
  1360.               ::= { broadMauBasicEntry 2 }
  1361.  
  1362.           broadMauXmtRcvSplitType OBJECT-TYPE
  1363.               SYNTAX    INTEGER {
  1364.                             other(1),
  1365.                             single(2),
  1366.                             dual(3)
  1367.                         }
  1368.               ACCESS    read-only
  1369.               STATUS    mandatory
  1370.               DESCRIPTION
  1371.                       "This object indicates the type of frequency
  1372.                       multiplexing/cabling system used to separate the
  1373.                       transmit and receive paths for the 10BROAD36 MAU.
  1374.  
  1375.                       The value other(1) is returned if the split type
  1376.                       is not either single or dual.
  1377.  
  1378.                       The value single(2) indicates a single cable
  1379.                       system.  The value dual(3) indicates a dual cable
  1380.                       system, offset normally zero."
  1381.               REFERENCE
  1382.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1383.                       aBbMAUXmitRcvSplitType."
  1384.               ::= { broadMauBasicEntry 3 }
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.                                     [Page 24]   Expires 3 September 1993
  1391.  
  1392.  
  1393.  
  1394.  
  1395.           Internet Draft          802.3 MAU MIB             3 March 1993
  1396.  
  1397.  
  1398.           broadMauXmtCarrierFreq OBJECT-TYPE
  1399.               SYNTAX    INTEGER
  1400.               ACCESS    read-only
  1401.               STATUS    mandatory
  1402.               DESCRIPTION
  1403.                       "This variable indicates the transmit carrier
  1404.                       frequency of the 10BROAD36 MAU in MHz/4; that is,
  1405.                       in units of 250 kHz."
  1406.               REFERENCE
  1407.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1408.                       aBroadbandFrequencies.xmitCarrierFrequency."
  1409.               ::= { broadMauBasicEntry 4 }
  1410.  
  1411.           broadMauTranslationFreq OBJECT-TYPE
  1412.               SYNTAX    INTEGER
  1413.               ACCESS    read-only
  1414.               STATUS    mandatory
  1415.               DESCRIPTION
  1416.                       "This variable indicates the translation offset
  1417.                       frequency of the 10BROAD36 MAU in MHz/4; that is,
  1418.                       in units of 250 kHz."
  1419.               REFERENCE
  1420.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1421.                       aBroadbandFrequencies.translationFrequency."
  1422.               ::= { broadMauBasicEntry 5 }
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.                                     [Page 25]   Expires 3 September 1993
  1449.  
  1450.  
  1451.  
  1452.  
  1453.           Internet Draft          802.3 MAU MIB             3 March 1993
  1454.  
  1455.  
  1456.           -- Traps for use by 802.3 MAUs
  1457.  
  1458.           -- Traps are defined using the conventions in RFC 1215 [8].
  1459.  
  1460.           rpMauJabberTrap TRAP-TYPE
  1461.               ENTERPRISE  snmpDot3MauMgt
  1462.               VARIABLES   { rpMauJabberState }
  1463.               DESCRIPTION
  1464.                       "This trap is sent whenever a managed repeater MAU
  1465.                       enters the jabber state.
  1466.  
  1467.                       The agent must throttle the generation of
  1468.                       consecutive rpMauJabberTraps so that there is at
  1469.                       least a five-second gap between them."
  1470.               REFERENCE
  1471.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.4,
  1472.                       nJabberNotification."
  1473.               ::= 1
  1474.  
  1475.           ifMauJabberTrap TRAP-TYPE
  1476.               ENTERPRISE  snmpDot3MauMgt
  1477.               VARIABLES   { ifMauJabberState }
  1478.               DESCRIPTION
  1479.                       "This trap is sent whenever a managed interface
  1480.                       MAU enters the jabber state.
  1481.  
  1482.                       The agent must throttle the generation of
  1483.                       consecutive ifMauJabberTraps so that there is at
  1484.                       least a five-second gap between them."
  1485.               REFERENCE
  1486.                       "Reference IEEE 802.3 MAU Mgt, 20.2.3.4,
  1487.                       nJabberNotification."
  1488.               ::= 2
  1489.  
  1490.           END
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.                                     [Page 26]   Expires 3 September 1993
  1507.  
  1508.  
  1509.  
  1510.  
  1511.           Internet Draft          802.3 MAU MIB             3 March 1993
  1512.  
  1513.  
  1514.           7.  Acknowledgments
  1515.  
  1516.           This document is the work of the IETF Hub MIB Working Group.
  1517.           It is based on a proposal written by Geoff Thompson and
  1518.           modified by the IEEE 802.3 Repeater Management Task Force.
  1519.           Paul Woodruff provided valuable corrections and suggestions
  1520.           for improvement.
  1521.  
  1522.           Members of the IETF Hub MIB Working Group included:
  1523.  
  1524.                Karl Auerbach            karl@eng.sun.com
  1525.                Jim Barnes               barnes@xylogics.com
  1526.                Steve Bostock            steveb@novell.com
  1527.                David Bridgham           dab@asylum.sf.ca.us
  1528.                Jack Brown               jbrown@huahuca-emh8.army.mil
  1529.                Howard Brown             brown@ctron.com
  1530.                Lida Canin               lida@apple.com
  1531.                Jeffrey Case             case@cs.utk.edu
  1532.                Carson Cheung            carson@bnr.com.ca
  1533.                James Codespote          jpcodes@tycho.ncsc.mil
  1534.                John Cook                cook@chipcom.com
  1535.                Dave Cullerot            cullerot@ctron.com
  1536.                James Davin              jrd@ptt.lcs.mit.edu
  1537.                Gary Ellis               garye@hpspd.spd.hp.com
  1538.                David Engel              david@cds.com
  1539.                Mike Erlinger            mike@mti.com
  1540.                Jeff Erwin
  1541.                Bill Fardy               fardy@ctron.com
  1542.                Jeff Fried               jmf@relay.proteon.com
  1543.                Bob Friesenhahn          pdrusa!bob@uunet.uu.net
  1544.                Shawn Gallagher          gallagher@quiver.enet.dec.com
  1545.                Mike Grieves             mgrieves@chipcom.com
  1546.                Walter Guilarte          70026.1715@compuserve.com
  1547.                Phillip Hasse            phasse@honchuca-emh8.army.mil
  1548.                Mark Hoerth              mark_hoerth@hp0400.desk.hp.com
  1549.                Greg Hollingsworth       gregh@mailer.jhuapl.edu
  1550.                Ron Jacoby               rj@sgi.com
  1551.                Mike Janson              mjanson@mot.com
  1552.                Ken Jones                konkord!ksj@uunet.uu.net
  1553.                Satish Joshi             sjoshi@synoptics.com
  1554.                Frank Kastenholz         kasten@europa.clearpoint.com
  1555.                Manu Kaycee              kaycee@trlian.enet.dec.com
  1556.                Mark Kepke               mak@cnd.hp.com
  1557.                Mark Kerestes            att!alux2!hawk@uunet.uu.net
  1558.                Kenneth Key              key@cs.utk.edu
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.                                     [Page 27]   Expires 3 September 1993
  1565.  
  1566.  
  1567.  
  1568.  
  1569.           Internet Draft          802.3 MAU MIB             3 March 1993
  1570.  
  1571.  
  1572.                Yoav Kluger              ykluger@fibhaifa.com
  1573.                Cheryl Krupczak          cheryl@cc.gatech.edu
  1574.                Ron Lau                  rlau@synoptics.com
  1575.                Chao-Yu Liang            cliang@synoptics.com
  1576.                Dave Lindemulder         da@mtung.att.com
  1577.                Richie McBride           rm@bix.co.uk
  1578.                Keith McCloghrie         kzm@hls.com
  1579.                Evan McGinnis            bem@3com.com
  1580.                Donna McMaster           mcmaster@synoptics.com
  1581.                David Minnich            dwm@fibercom.com
  1582.                Lynn Monsanto            monsanto@sun.com
  1583.                Miriam Nihart            miriam@decwet.zso.dec.com
  1584.                Niels Ole Brunsgaard     nob@dowtyns.dk
  1585.                Edison Paw               esp@3com.com
  1586.                David Perkins            dperkins@synoptics.com
  1587.                Jason Perreault          perreaul@interlan.interlan.com
  1588.                John Pickens             jrp@3com.com
  1589.                Jim Reinstedler          jimr@sceng.ub.com
  1590.                Anil Rijsinghani         anil@levers.enet.dec.com
  1591.                Sam Roberts              sroberts@farallon.com
  1592.                Dan Romascanu            dan@lannet.com
  1593.                Marshall Rose            mrose@dbc.mtview.ca.us
  1594.                Rick Royston             rick@lsumus.sncc.lsu.edu
  1595.                Michael Sabo             sabo@dockmaster.ncsc.mil
  1596.                Jonathan Saperia         saperia@tcpjon.enet.dec.com
  1597.                Mark Schaefer            schaefer@davidsys.com
  1598.                Anil Singhal             nsinghal@hawk.ulowell.edu
  1599.                Timon Sloane             peernet!timon@uunet.uu.net
  1600.                Bob Stewart              rlstewart@eng.xyplex.com
  1601.                Emil Sturniolo           emil@dss.com
  1602.                Bruce Taber              taber@interlan.com
  1603.                Iris Tal                 437-3580@mcimail.com
  1604.                Mark Therieau            markt@python.eng.microcom.com
  1605.                Geoff Thompson           thompson@synoptics.com
  1606.                Dean Throop              throop@dg-rtp.dg.com
  1607.                Steven Waldbusser        waldbusser@andrew.cmu.edu
  1608.                Timothy Walden           tmwalden@saturn.sys.acc.com
  1609.                Philip Wang              watadn!phil@uunet.uu.net
  1610.                Drew Wansley             dwansley@secola.columbia.ncr.com
  1611.                David Ward               dward@chipcom.com
  1612.                Steve Wong               wong@took.enet.dec.com
  1613.                Paul Woodruff            paul-woodruff@3com.com
  1614.                Brian Wyld               brianw@spider.co.uk
  1615.                June-Kang Yang           natadm!yang@uunet.uu.net
  1616.                Henry Yip                natadm!henry@uunet.uu.net
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.                                     [Page 28]   Expires 3 September 1993
  1623.  
  1624.  
  1625.  
  1626.  
  1627.           Internet Draft          802.3 MAU MIB             3 March 1993
  1628.  
  1629.  
  1630.                John Ziegler             ziegler@artel.com
  1631.                Joseph Zur               fibronics!zur@uunet.uu.net
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.                                     [Page 29]   Expires 3 September 1993
  1681.  
  1682.  
  1683.  
  1684.  
  1685.           Internet Draft          802.3 MAU MIB             3 March 1993
  1686.  
  1687.  
  1688.           8.  References
  1689.  
  1690.           [1]  Rose, M., and K. McCloghrie, "Structure and
  1691.                Identification of Management Information for TCP/IP-based
  1692.                internets", STD 16, RFC 1155, Performance Systems
  1693.                International, Hughes LAN Systems, May 1990.
  1694.  
  1695.           [2]  McCloghrie, K., and M. Rose, "Management Information Base
  1696.                for Network Management of TCP/IP-based internets", RFC
  1697.                1156, Hughes LAN Systems, Performance Systems
  1698.                International, May 1990.
  1699.  
  1700.           [3]  Case, J., M. Fedor, M. Schoffstall, and J. Davin, "Simple
  1701.                Network Management Protocol", STD 15, RFC 1157, SNMP
  1702.                Research, Performance Systems International, Performance
  1703.                Systems International, MIT Laboratory for Computer
  1704.                Science, May 1990.
  1705.  
  1706.           [4]  McCloghrie, K., and M. Rose, Editors, "Management
  1707.                Information Base for Network Management of TCP/IP-based
  1708.                internets: MIB-II", STD 17, RFC 1213, Hughes LAN Systems,
  1709.                Performance Systems International, March 1991.
  1710.  
  1711.           [5]  Information processing systems - Open Systems
  1712.                Interconnection - Specification of Abstract Syntax
  1713.                Notation One (ASN.1), International Organization for
  1714.                Standardization, International Standard 8824, December
  1715.                1987.
  1716.  
  1717.           [6]  Information processing systems - Open Systems
  1718.                Interconnection - Specification of Basic Encoding Rules
  1719.                for Abstract Notation One (ASN.1), International
  1720.                Organization for Standardization, International Standard
  1721.                8825, December 1987.
  1722.  
  1723.           [7]  Rose, M., and K. McCloghrie, Editors, "Concise MIB
  1724.                Definitions", STD 16, RFC 1212, Performance Systems
  1725.                International, Hughes LAN Systems, March 1991.
  1726.  
  1727.           [8]  Rose, M., Editor, "A Convention for Defining Traps for
  1728.                use with the SNMP", RFC 1215, Performance Systems
  1729.                International, March 1991.
  1730.  
  1731.           [9]  IEEE 802.3/ISO 8802-3 Information processing systems -
  1732.                Local area networks - Part 3:  Carrier sense multiple
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.                                     [Page 30]   Expires 3 September 1993
  1739.  
  1740.  
  1741.  
  1742.  
  1743.           Internet Draft          802.3 MAU MIB             3 March 1993
  1744.  
  1745.  
  1746.                access with collision detection (CSMA/CD) access method
  1747.                and physical layer specifications, 2nd edition, September
  1748.                21, 1990.
  1749.  
  1750.           [10] IEEE P802.3p, "Layer Management for 10 Mb/s Medium Access
  1751.                Unit (MAUs), Section 20", Draft Supplement to ANSI/IEEE
  1752.                802.3, Draft 5, July 11, 1992.
  1753.  
  1754.           [11] McCloghrie, K., Editor, "Extensions to the Generic-
  1755.                Interface MIB", RFC 1229, Hughes LAN Systems, May 1991,
  1756.                as updated by Reynolds, J., "Reassignment of Experimental
  1757.                MIBs to Standard MIBs", RFC 1239, USC/Information
  1758.                Sciences Institute, June 1991.
  1759.  
  1760.           [12] Kastenholz, F., "Definitions of Managed Objects for the
  1761.                Ethernet-like Interface Types", RFC 1398, FTP Software,
  1762.                Inc., January 1993.
  1763.  
  1764.           [13] McMaster, D., and K. McCloghrie, Editors, "Definitions of
  1765.                Managed Objects for IEEE 802.3 Repeater Devices", RFC
  1766.                1368, SynOptics Communications, Hughes LAN Systems,
  1767.                October 1992.
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.                                     [Page 31]   Expires 3 September 1993
  1797.  
  1798.  
  1799.  
  1800.  
  1801.           Internet Draft          802.3 MAU MIB             3 March 1993
  1802.  
  1803.  
  1804.           Table of Contents
  1805.  
  1806.  
  1807.           1 Abstract ..............................................    1
  1808.           2 Status of this Memo ...................................    1
  1809.           3 Management Framework ..................................    3
  1810.           4 Objects ...............................................    4
  1811.           4.1 Format of Definitions ...............................    4
  1812.           5 Overview ..............................................    5
  1813.           5.1 Terminology .........................................    5
  1814.           5.2 Structure of MIB ....................................    5
  1815.           5.2.1 The Repeater MAU Basic Group Definitions ..........    5
  1816.           5.2.2 The Interface MAU Basic Group Definitions .........    5
  1817.           5.2.3 The Broadband MAU Basic Group Definitions .........    6
  1818.           5.3 Relationship to Other MIBs ..........................    6
  1819.           5.3.1 Relationship to the 'system' group ................    6
  1820.           5.3.2 Relationship to the 'interfaces' group ............    6
  1821.           5.3.3 Relationship to the 802.3 Repeater MIB ............    7
  1822.           6 Definitions ...........................................    8
  1823.           6.1 Groups in the Repeater MAU MIB ......................    9
  1824.           6.1.1 The Repeater MAU Basic Group Definitions ..........   10
  1825.           6.1.2 The Interface MAU Basic Group Definitions .........   17
  1826.           6.1.3 The Broadband MAU Basic Group Definitions .........   23
  1827.           6.2 Traps for use by 802.3 MAUs .........................   26
  1828.           7 Acknowledgments .......................................   27
  1829.           8 References ............................................   30
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.                                     [Page 32]   Expires 3 September 1993
  1855.